projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5b6d4
)
(syms_of_fringe, init_fringe, init_fringe_once):
author
Kim F. Storm
<storm@cua.dk>
Sun, 8 Feb 2004 23:19:48 +0000
(23:19 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 8 Feb 2004 23:19:48 +0000
(23:19 +0000)
Add prototypes.
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 917634525d7b1105c04874eec8b850d46b42de65..6137182847fb95a48589590319c6af1df85d2e1c 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2301,6
+2301,11
@@
EXFUN (Ftruncate, 2);
extern void init_floatfns P_ ((void));
extern void syms_of_floatfns P_ ((void));
+/* Defined in fringe.c */
+extern void syms_of_fringe P_ ((void));
+extern void init_fringe P_ ((void));
+extern void init_fringe_once P_ ((void));
+
/* Defined in insdel.c */
extern Lisp_Object Qinhibit_modification_hooks;
extern void move_gap P_ ((int));